home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1995 May / cd Ware (Juegos) Epimundo.iso / WIN / VB_CTRLS / MHSAMPL.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1993-04-14  |  1.2 KB  |  28 lines

  1.  
  2.  
  3. This is a sample custom control with more remarking done to help new CC
  4. developers understand the general concept of writing a custom control.
  5. Because our controls can be compiled for different version of VB we rename 
  6. our VB .LIB and .H files that come with the VB Custom Control Development kit 
  7. to the below names.  This is required in order to compile this sample 
  8. (or you can change the MAKEFILE to use the other).  This source compiles but 
  9. is not really meant to be functional.  It is strictly provided as a "sample" 
  10. application.  It is provided as-is with no warranty and I will not be liable 
  11. for damages because of its use (even though it doesn't really do anything) <g>
  12. Any question can be directed to me in the 3rd party section of MSBASIC or over
  13. CIS Mail.
  14.  
  15. Hope this helps!
  16.  
  17. Sam Patterson
  18. MicroHelp, Inc. Speaker at VBITS '93 in San Francisco
  19. CIS: 72000,1751
  20.  
  21. NOTE:  
  22.     We use VBAPI2.LIB to mean the VBAPI.LIB that came with the VB 2.0 CDK
  23.     We use VBAPI2.H   to mean the VBAPI.H   that came with the VB 2.0 CDK
  24.     
  25.     We use VBAPI1.LIB to mean the VBAPI.LIB that came with the VB 1.0 CDK
  26.     We use VBAPI1.H   to mean the VBAPI.H   that came with the VB 1.0 CDK
  27.     
  28.